NativeAdLoadListener

Interface that is implemented to determine when the loading of native advertising has completed or failed.

Functions

Link copied to clipboard
abstract fun onAdFailedToLoad(error: AdRequestError)

Called when a native ad request failed.

Link copied to clipboard
abstract fun onAdLoaded(nativeAd: NativeAd)

Notifies when native ad is loaded.